gst1-plugins-bad: (Re-)add srtp plugin (use latest libsrtp)
authorTed Hess <[email protected]>
Sat, 6 Dec 2014 15:44:56 +0000 (10:44 -0500)
committerTed Hess <[email protected]>
Sat, 6 Dec 2014 15:44:56 +0000 (10:44 -0500)
Signed-off-by: Ted Hess <[email protected]>
multimedia/gst1-plugins-bad/Makefile

index 6e0f77b767b267eca17436f6b8599e53e7a114f9..78282574c318208b19706697943c8ef40a159952 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=gst1-plugins-bad
 PKG_VERSION:=1.4.4
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 
 PKG_MAINTAINER:=W. Michael Petullo <[email protected]>
 
@@ -161,7 +161,6 @@ CONFIGURE_ARGS += \
        --disable-schro \
        --disable-zbar \
        --disable-vp8 \
-       --disable-srtp \
        \
        --without-libiconv-prefix \
        --without-libintl-prefix \
@@ -278,6 +277,7 @@ $(eval $(call GstBuildPlugin,segmentclip,segmentclip support,audio,,))
 $(eval $(call GstBuildPlugin,siren,siren support,audio rtp,,))
 $(eval $(call GstBuildPlugin,speed,speed support,audio,,))
 $(eval $(call GstBuildPlugin,subenc,subenc support,controller,,))
+$(eval $(call GstBuildPlugin,srtp,srtp support,rtp,,+libsrtp))
 
 $(eval $(call BuildPackage,gstreamer1-plugins-bad))
 $(eval $(call BuildPackage,gst1-plugins-bad))